home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 4 / Amiga Format AFCD04 (Sep 1996, Issue 88).iso / serious / commercial / stormc-demo / include / pragma / battclock_lib.h < prev    next >
C/C++ Source or Header  |  1996-07-12  |  558b  |  29 lines

  1. #ifndef _INCLUDE_PRAGMA_BATTCLOCK_LIB_H
  2. #define _INCLUDE_PRAGMA_BATTCLOCK_LIB_H
  3.  
  4. /*
  5. **  $VER: battclock_lib.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. #ifndef  CLIB_BATTCLOCK_PROTOS_H
  13. #include <clib/battclock_protos.h>
  14. #endif
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. #pragma amicall(BattClockBase, 0x6, ResetBattClock())
  21. #pragma amicall(BattClockBase, 0xc, ReadBattClock())
  22. #pragma amicall(BattClockBase, 0x12, WriteBattClock(d0))
  23.  
  24. #ifdef __cplusplus
  25. }
  26. #endif
  27.  
  28. #endif
  29.